home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komercni software / miton / SystemMechanic7Pro.exe / {app} / smhtml.dll / 1033 / HTML / DEFAULT.CSS < prev    next >
Cascading Style Sheet File  |  2008-01-24  |  14KB  |  617 lines

  1. @charset "utf-8";
  2. html {
  3.     height: 100%;
  4.     overflow-x:hidden;
  5.     overflow-y:auto;
  6. }
  7. body {
  8.     margin: 15px;
  9.     border: 1 solid #222;
  10.     background-color: #FFFFFF;
  11.     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  12.     font-size:11px;
  13.     font-weight:normal;
  14.     color:#222222;
  15. }
  16. .body_gray_scrollbar {
  17.     overflow:hidden;
  18. }
  19. /*  scrollbar-3dlight-color:#444547;
  20. scrollbar-arrow-color:#404142;
  21. scrollbar-base-color:#434445;
  22. scrollbar-darkshadow-color:#434445;
  23. scrollbar-face-color:#454547;
  24. scrollbar-highlight-color:#454547;
  25. scrollbar-shadow-color:#3a3a3a*/
  26.  
  27.  
  28. a {
  29.     color:#4170c0;
  30.     text-decoration:none;
  31. }
  32. a:hover {
  33.     text-decoration:underline;
  34. }
  35. a.dropdown_link {
  36.     background:url(G_link_dropdown_arrow.gif) no-repeat center right;
  37.     padding-right:8px;
  38. }
  39. .bold {
  40.     font-weight:bold
  41. }
  42. .status {
  43.     font-weight:bold
  44. }
  45. .green {
  46.     color:#008000
  47. }
  48. .blue {
  49.     color:#4070BF
  50. }
  51. .red {
  52.     color:#C80D0D
  53. }
  54. .gray {
  55.     color:#404040
  56. }
  57. .orange {
  58.     color:#EF8010
  59. }
  60. .yellow {
  61.     color:#CA9C00
  62. }
  63. .font12 {
  64.     font-size:12px
  65. }
  66. .hand {
  67.     cursor:pointer;
  68. }
  69. img {
  70.     border:0
  71. }
  72. img.icon {
  73.     margin-right: 12px;
  74. }
  75. .bg_selected_lightblue {
  76.     background-color:#f0fbff
  77. }
  78. .bg_selected_darkblue {
  79.     background-color:#d4e4f7
  80. }
  81. .floatR {
  82.     float:right
  83. }
  84. .floatL {
  85.     float:left
  86. }
  87. .graph {
  88.     margin-top: 10px;
  89.     width: 335px;
  90.     display: block;
  91. }
  92. .clear {
  93.     clear:both
  94. }
  95. .loading p {
  96.     margin-top:0;
  97.     margin-bottom:10px;
  98. }
  99. #page_heading {
  100.     background:url(images/top_heading_bg.gif) repeat-x left top;
  101.     border-top:1px solid #c0c0c0;
  102.     border-right:1px solid #404040;
  103.     border-left:1px solid #b9b9b9;
  104.     border-bottom:1px solid #404040;
  105.     width:100%-20px;
  106.     margin:0;
  107.     padding-top:8px;
  108.     padding-left:2%;
  109.     height:30px;
  110.     color:#FFFFFF;
  111.     font-size:17px;
  112.     font-weight:normal;
  113. }
  114. #content {
  115.     width:100%-36px;
  116.     padding:3% 2%;
  117.     height: 94%-37px;
  118.     display: block;
  119. }
  120. .icon_margin_small {
  121.     margin-right:3px
  122. }
  123. /****Module Box *****/
  124.  
  125. .modulebox {
  126.     width: 519px !important;
  127.     width: 519px;
  128.     margin-bottom: 15px;
  129. }
  130. .modulebox_topborder {
  131.     height:19px;
  132.     background: url(G_module_box_heading_bg_middle.gif) top right repeat-x;
  133.     padding-top:5px;
  134.     width: 485px;
  135.     float: left;
  136.     margin-left: 5px;
  137. }
  138. .modulebox_topright {
  139.     background: url(G_module_box_heading_bg_right.gif) top right no-repeat;
  140.     height:24px;
  141.     width:5px;
  142.     float: right;
  143. }
  144. .modulebox_body {
  145.     clear:both;
  146.     background-position: bottom left;
  147.     border-right:1px solid #ccc;
  148.     border-left:1px solid #ccc;
  149.     padding: 15px;
  150.     padding-bottom:10px;
  151. }
  152. .modulebox_body_nopadding {
  153.     border-right:1px solid #ccc;
  154.     border-left:1px solid #ccc;
  155.     padding: 0px;
  156. }
  157. .module_heading {
  158.     font-weight:bold;
  159.     color:#FFFFFF;
  160.     margin-left:5px;
  161. }
  162. .module_heading_note {
  163.     color:#FFFFFF;
  164.     font-weight: normal;
  165. }
  166. .modulebox_bottomleft {
  167.     background: url(G_modulebox_bl.gif) bottom left no-repeat;
  168.     height:5px;
  169.     margin-top:0px;
  170. }
  171. .modulebox_bottomborder {
  172.     border-bottom:1px solid #ccc;
  173.     margin-left:5px;
  174.     margin-right:5px;
  175.     height:4px
  176. }
  177. .modulebox_bottomright {
  178.     background: url(G_modulebox_br.gif) top right no-repeat;
  179.     height:5px;
  180.     width:5px;
  181.     float:right;
  182.     margin-top:-5px;
  183. }
  184. .modulebox td.dock {
  185.     border-left:1px solid #ccc;
  186.     border-right:1px solid #ccc;
  187.     height:24px;
  188.     padding-left:10px;
  189.     background-color:#fff6d0;
  190.     background-image:url(G_dock_bg.gif);
  191.     background-position:top right;
  192.     background-repeat:no-repeat;
  193.     border-bottom:1px solid #ccc;
  194. }
  195. /***********Module Item **********/
  196. .module_item_heading {
  197.     display:block;
  198.     font-weight:bold
  199. }
  200. .module_items td {
  201. /*vertical-align:top;*/
  202. }
  203. .module_items td.action_buttons_col {
  204.     text-align:right;
  205.     min-width: 100px;
  206.     vertical-align:top;
  207. }
  208. /***Module Item List****/
  209. .list td {
  210.     vertical-align:top;
  211.     padding:10px 10px;
  212.     border-top: 1px solid #ccc;
  213. }
  214. .toprow td {
  215.     vertical-align:top;
  216.     border-top:0;
  217.  
  218. }
  219. td.action_buttons_col {
  220.     width:auto;
  221. }
  222. /*******Detail Rounded Corner Box*******/
  223. .detail_box {
  224.     background: url(G_detail_box_tl.gif) top left no-repeat;
  225.     width:100%;
  226.     margin-top:10px;
  227.     background-color:#f7f7f7;
  228. }
  229. .detail_box_topborder {
  230.     border-top:1px solid #ccc;
  231.     margin-left:5px;
  232.     margin-right:5px;
  233.     height: 4px;
  234. }
  235. .detail_box_topright {
  236.     background: url(G_detail_box_tr.gif) top right no-repeat;
  237.     height:5px;
  238.     width:5px;
  239.     float: right;
  240.     margin-top: -5px;
  241. }
  242. .detail_box_body {
  243.     clear:both;
  244.     border-right:1px solid #ccc;
  245.     border-left:1px solid #ccc;
  246.     margin:0;
  247.     padding:5px 10px 10px 10px;
  248.     background-color:#f7f7f7;
  249.     margin-top:-1px;
  250. }
  251. .detail_box_body_nopadding {
  252.     clear:both;
  253.     border-right:1px solid #ccc;
  254.     border-left:1px solid #ccc;
  255.     margin:0;
  256.     padding:0;
  257.     background-color:#f7f7f7;
  258.     margin-top:-1px;
  259. }
  260. .detail_box_bottomleft {
  261.     background: #f7f7f7 url(G_detail_box_bl.gif) bottom left no-repeat;
  262.     height:5px;
  263.     margin-top: -1px;
  264. }
  265. .detail_box_bottomborder {
  266.     border-bottom:1px solid #ccc;
  267.     margin-left:5px;
  268.     margin-right:5px;
  269.     height:4px
  270. }
  271. .detail_box_bottomright {
  272.     background: url(G_detail_box_br.gif) top right no-repeat;
  273.     height:5px;
  274.     width:5px;
  275.     float:right;
  276.     margin-top:-5px;
  277. }
  278. /***********************Global button styles***********************************/
  279. /************Default Buttons***********/
  280. .button_floatR {
  281.     float:right;
  282.     margin-left:6px;
  283. }
  284. /************Default Buttons***********/
  285. a.button {
  286.     background: transparent url('G_button_a.gif') no-repeat scroll top right;
  287.     color: #383838;
  288.     display: block;
  289.     font: normal 11px Tahoma, arial, sans-serif;
  290.     height: 21px;
  291.     padding-right: 10px; /* sliding doors padding */
  292.     text-decoration: none;
  293. }
  294. a.button .bt_left {
  295.     background: transparent url('G_button_span.gif') no-repeat;
  296.     display: block;
  297.     line-height: 11px;
  298.     padding: 5px 0 5px 10px;
  299.     text-decoration: none;
  300. }
  301. a.button .bt_left .label {
  302.     text-align:center;
  303.     display:block;
  304.     text-decoration: none;
  305. }
  306. a.button:link {
  307.     text-decoration:none
  308. }
  309. a.button:visited {
  310.     text-decoration:none
  311. }
  312. a.button:hover {
  313.     text-decoration:none
  314. }
  315. a.button:active {
  316.     text-decoration:none
  317. }
  318.  
  319. a.button_hover {
  320.     background: transparent url('G_button_a.gif') no-repeat scroll -21px right;
  321.     color: #383838;
  322.     display: block;
  323.     font: normal 11px Tahoma, arial, sans-serif;
  324.     height: 21px;
  325.     padding-right: 10px; /* sliding doors padding */
  326.     text-decoration: none;
  327.     outline: none; /* hide dotted outline in Firefox */
  328. }
  329. a.button_hover .bt_left {
  330.     background: transparent url('G_button_span.gif') no-repeat scroll -21px left;
  331.     display: block;
  332.     line-height: 11px;
  333.     padding: 5px 0 5px 10px;
  334.     text-decoration: none;
  335. }
  336. a.button_hover .bt_left .label {
  337.     text-align:center;
  338.     display:block;
  339.     text-decoration: none;
  340. }
  341. a.button_hover:link {
  342.     text-decoration:none
  343. }
  344. a.button_hover:visited {
  345.     text-decoration:none
  346. }
  347. a.button_hover:hover {
  348.     text-decoration:none
  349. }
  350. a.button_hover:active {
  351.     text-decoration:none
  352. }
  353.  
  354. a.button_active {
  355.     background: transparent url('G_button_a.gif') no-repeat scroll -42px right;
  356.     display: block;
  357.     font: normal 11px Tahoma, arial, sans-serif;
  358.     height: 21px;
  359.     padding-right: 10px; 
  360.     color: #222222;
  361.     outline: none; 
  362.     text-decoration: none;
  363. }
  364. a.button_active .bt_left {
  365.     background: transparent url('G_button_span.gif') no-repeat -42px left;
  366.     display: block;
  367.     line-height: 11px;
  368.     padding: 5px 0 5px 10px;
  369.     text-decoration: none;
  370. }
  371. a.button_active .bt_left .label {
  372.     text-align:center;
  373.     display:block;
  374.     text-decoration: none;
  375. }
  376. a.button_active:link{
  377.     text-decoration:none
  378. a.button_active:visited {
  379.     text-decoration:none
  380. }
  381. a.button_active:hover {
  382.     text-decoration:none
  383. }
  384. a.button_active:active {
  385.     text-decoration:none
  386. }
  387. /************Highlighted Buttons***********/
  388. a.button_highlighted {
  389.     background: transparent url('G_button_highlighted_a.gif') no-repeat scroll top right;
  390.     color: #383838;
  391.     display: block;
  392.     font: normal 11px Tahoma, arial, sans-serif;
  393.     height: 21px;
  394.     padding-right: 10px; /* sliding doors padding */
  395.     text-decoration: none;
  396. }
  397. a.button_highlighted .bt_left {
  398.     background: transparent url('G_button_highlighted_span.gif') no-repeat;
  399.     display: block;
  400.     line-height: 11px;
  401.     padding: 5px 0 5px 10px;
  402. }
  403. a.button_highlighted .bt_left .label {
  404.     text-align:center;
  405.     display:block;
  406. }
  407. a.button_highlighted:link {
  408.     text-decoration:none
  409. }
  410. a.button_highlighted:visited {
  411.     text-decoration:none
  412. }
  413. a.button_highlighted:hover {
  414.     text-decoration:none
  415. }
  416. a.button_highlighted:active {
  417.     text-decoration:none
  418. }
  419.  
  420. a.button_highlighted:active {
  421.     background-position: -42px right;
  422.     color: #222222;
  423.     outline: none; /* hide dotted outline in Firefox */
  424. }
  425. a.button_highlighted:active .bt_left {
  426.     background-position: -42px left;
  427.     padding: 5px 0 5px 10px;
  428. }
  429.  
  430. /************Disabled Buttons***********/
  431. a.button_disabled {
  432.     background: transparent url('G_button_disabled_a.gif') no-repeat scroll top right;
  433.     color: #8d8d8d;
  434.     display: block;
  435.     font: normal 11px Tahoma, arial, sans-serif;
  436.     height: 21px;
  437.     padding-right: 10px; /* sliding doors padding */
  438.     text-decoration: none;
  439.     cursor:default;
  440.     width:73px;
  441. }
  442. a.button_disabled .bt_left {
  443.     background: transparent url('G_button_disabled_span.gif') no-repeat;
  444.     display: block;
  445.     line-height: 11px;
  446.     padding: 5px 0 5px 10px;
  447. }
  448. a.button_disabled .bt_left .label {
  449.     text-align:center;
  450.     padding:0 4px;
  451.     display:block;
  452. }
  453. a.button_disabled:hover {
  454.     outline: none; /* hide dotted outline in Firefox */
  455. }
  456. a.button_disabled:hover .bt_left {
  457.     padding: 5px 0 5px 10px; /* push text down 1px */
  458. }
  459. a.button_disabled:active {
  460.     outline: none; /* hide dotted outline in Firefox */
  461. }
  462. a.button_disabled:active .bt_left {
  463.     padding: 5px 0 5px 10px;
  464. }
  465. /************Drop-Down Buttons***********/
  466. .button_dropdown {
  467.     width:auto;
  468.     clear:both
  469. }
  470. .button_dropdown a {
  471.     text-decoration:none
  472. }
  473. .button_dropdown a:hover {
  474.     text-decoration:none
  475. }
  476. /*Idle State*/
  477. a.button_dropdown_left {
  478.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll top right;
  479.     color: #383838;
  480.     display: block;
  481.     font: normal 11px Tahoma, arial, sans-serif;
  482.     height: 21px;
  483.     padding-right: 10px; /* sliding doors padding */
  484.     text-decoration: none;
  485.     float: left;
  486. }
  487. a.button_dropdown_left .bt_left {
  488.     background: transparent url('G_button_span.gif') no-repeat;
  489.     display: block;
  490.     line-height: 11px;
  491.     padding: 5px 0 5px 10px;
  492. }
  493. a.button_dropdown_left .bt_left .label {
  494.     text-align:center;
  495.     display:block;
  496. }/*change the left and right padding to increase the button width*/
  497. a.button_dropdown_right {
  498.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll top right;
  499.     color: #383838;
  500.     display: block;
  501.     font: normal 11px Tahoma, arial, sans-serif;
  502.     height: 21px;
  503.     width:15px;
  504.     text-decoration: none;
  505. }
  506. /*Hover State - Label */
  507. a.button_dropdown_left_hover {
  508.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll -21px right;
  509.     color: #383838;
  510.     display: block;
  511.     font: normal 11px Tahoma, arial, sans-serif;
  512.     height: 21px;
  513.     padding-right: 10px; /* sliding doors padding */
  514.     text-decoration: none;
  515.     float: left;
  516. }
  517. a.button_dropdown_left_hover .bt_left {
  518.     background: transparent url('G_button_span.gif') no-repeat -21px left;
  519.     display: block;
  520.     line-height: 11px;
  521.     padding: 5px 0 5px 10px;
  522.     outline: none; /* hide dotted outline in Firefox */
  523.     ;
  524. }
  525. a.button_dropdown_left_hover .bt_left .label {
  526.     text-align:center;
  527.     display:block;
  528. }/*change the left and right padding to increase the button width*/
  529. a.button_dropdown_right_hover {
  530.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -21px right;
  531.     color: #383838;
  532.     display: block;
  533.     font: normal 11px Tahoma, arial, sans-serif;
  534.     height: 21px;
  535.     width:15px;
  536.     text-decoration: none;
  537.     outline: none; /* hide dotted outline in Firefox */
  538. }
  539. /*Hover State - Arrow */
  540. a.button_dropdown_right_hover_highlighted {
  541.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -63px right;
  542.     color: #383838;
  543.     display: block;
  544.     font: normal 11px Tahoma, arial, sans-serif;
  545.     height: 21px;
  546.     width:15px;
  547.     text-decoration: none;
  548.     outline: none; /* hide dotted outline in Firefox */
  549. }
  550. /*Active State*/
  551. a.button_dropdown_left_active {
  552.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll -42px right;
  553.     color: #383838;
  554.     display: block;
  555.     font: normal 11px Tahoma, arial, sans-serif;
  556.     height: 21px;
  557.     padding-right: 10px; /* sliding doors padding */
  558.     text-decoration: none;
  559.     outline: none; /* hide dotted outline in Firefox */
  560.     float: left;
  561. }
  562. a.button_dropdown_left_active .bt_left {
  563.     background: transparent url('G_button_span.gif') no-repeat -42px left;
  564.     display: block;
  565.     line-height: 11px;
  566.     padding: 5px 0 5px 10px;
  567.     outline: none; /* hide dotted outline in Firefox */
  568.     ;
  569. }
  570. a.button_dropdown_left_active .bt_left .label {
  571.     text-align:center;
  572.     display:block;
  573. }/*change the left and right padding to increase the button width*/
  574. a.button_dropdown_right_active {
  575.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -42px right;
  576.     color: #222222;
  577.     display: block;
  578.     font: normal 11px Tahoma, arial, sans-serif;
  579.     height: 21px;
  580.     width:15px;
  581.     text-decoration: none;
  582.     outline: none; /* hide dotted outline in Firefox */
  583. }
  584. /* Progress bar */
  585. .progress_sp_bar_s {
  586.     padding-right: 5px;
  587.     display: block;
  588.     font-weight:bold;
  589.     margin-top: 1px;
  590.     color:white;
  591. }
  592. .progress_sp_emptybar_s {
  593.     padding-left: 5px;
  594.     color:#1d589c;
  595.     font-weight:bold;
  596.     white-space: nowrap;
  597. }
  598. .detail_box_body_internet_speed {
  599.     border-right:1px solid #ccc;
  600.     border-left:1px solid #ccc;
  601.     margin:0;
  602.     padding:5px 10px;
  603.     background-color:#f7f7f7;
  604.     height: 87px;
  605. }
  606.  
  607. /**************Tip*********/
  608. .tip{
  609.     width:100%;
  610.     margin-top: 10px;
  611. }
  612. .tip td{
  613.     padding:0
  614. }
  615. td.tip_box_body {border-left:1px solid #ebd775; border-right:1px solid #ebd775; background-color:#fffdf2; padding: 0 7px;}
  616. .tip .tip_icon{margin-right:5px;}